* {
    margin: 0;
    padding: 0;
    font-family: 'microsoft yaHei', Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    word-wrap: break-word; 
    word-break: normal; 
    font-weight: normal;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: black;
}
ul,
ol,
p {
    margin-bottom: 0px;
}
li {
    list-style: none;
}

i{
    font-style: normal;
}

.dis_flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}


.flex1{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.clear::after {
    content: '';
    font-size: 0px;
    line-height: 0px;
    display: table;
    clear: both;
}
.line1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.container{
    width: 1200px;
}


/* 头部 */
    .header{
        background-color: white;
    }
    .header_t{}
    .header_tl{
        float: left;
        padding: 10px 0px 16px;
        padding-left: 24px;
    }
    .header_tl i{
        display: inline-block;
        width: 1px;
        height: 60px;
        background-color: #ddd;
        vertical-align: bottom;
        margin: 0px 16px;
    }
    .header_tl img{
        vertical-align: bottom;
    }
    .header_tr{
        float: right;
        position: relative;
        padding-left: 160px;
        padding-top: 20px;
    }
    .header_tr p:first-of-type{
        position: absolute;
        top: 23px;
        left: 0;
    }
    .header_tr p:nth-of-type(2),
    .header_tr p:last-of-type{
        /* font-style: italic; */
    }
    .header_tr p img{
        width: 20px;
        vertical-align: middle;
        margin-right: 4px;
    }
    .header_tr p span{
        vertical-align: middle;
        font-size: 14px;
        color: black;
    }
    .header_tr p {
        font-size: 24px;
        color: rgb(0, 153, 68);
        font-weight: bold;
        line-height: 1em;
    }
    .header_tr p:nth-of-type(2){
        margin: 4px 0;
    }
    .header_nav{
        background-color: rgb(0, 153, 68);
    }
    .header_nav li{
        display: inline-block;
        position: relative;
    }
    .header_nav li a{
        color: white;
        display: block;
        font-size: 16px;
    }
    .header_nav li.active .header_nav1 a{
        background-color: rgb(159, 210, 91);
    }
    .header_nav1 a{
        padding: 14px 23px;
    }
    .header_nav1 a:hover{
        background-color: rgb(159, 210, 91);
    }
    .header_nav2{
        position: absolute;
        top: 50px;
        left: 0px;
        z-index: 9999999;
        background-color: white;
        text-align: center;
        width: 100%;
        display: none;
    }
    .header_nav2 p a{
        color: black;
        line-height: 40px;
    }
    .header_nav2 p a:hover{
        background-color: rgb(159, 210, 91);
        color: white;
    }
    .header_nav li:hover .header_nav2{
        display: block;
    }
/* 头部 */
/* 页脚 */
    .footer{
        background-color: rgb(244, 248, 251);
    }
    .footer_nav{
        background-color: rgb(0, 153, 68);
    }
    .footer_nav li{
        display: inline-block;
    }
    .footer_nav li a{
        display: inline-block;
        color:white;
        padding: 14px 23px;
        font-size: 16px;
    }
    .footer_nav li a:hover{
        background-color: rgb(159, 210, 91);

    }
    .footer_center{
        position: relative;
        padding-right: 230px;
        margin-top: 30px;
    }
    .fcr_cont ,
    .fcr_cont a{
        color: rgb(0, 153, 68);
        font-size: 20px;
    }
    .fcr_cont h4{
        font-size: 24px;
        /* font-weight: bold; */
    }
    .fcr_cont p{
        margin-bottom: 4px;
    }
    .fcr_cont p b{
        display: inline-block;
        width: 2.3em;
    }
    
    .footer_QR{
        width: 110px;
        position: absolute;
        top: 30px;
        right: 0;
        text-align: center;
        color: rgb(98, 98, 98);
        font-size: 20px;
    }
    .footer_QR img{
        max-width: 100%;
        margin-bottom: 10px;
    }

    .footer_bottom{
        text-align: center;
        margin-top: 30px;
        /* padding-bottom: 10px; */
    }
    .footer_bottom,
    .footer_bottom a{
        color: rgb(98, 98, 98);
    }
    .footer_bottom a{
        position: relative;
        padding-right: 8px;
    }
    .footer_bottom a::after{
        content: '';
        display: block;
        width: 1px;
        height: 12px;
        background-color: rgb(98, 98, 98);
        position: absolute;
        top: 4px;
        right: 0;
    }
    .footer_bottom a:last-of-type::after{
        display: none;
    }
    .footer_bottom p:first-of-type{
        margin-bottom: 8px;
    }
    .footer_bcont{
        color: rgb(98, 98, 98);
        text-align: center;
        padding: 10px 0;
        border-top: 1px solid rgb(159, 210, 91);
        margin-top: 10px;
    }
/* 页脚 */

.hlc_title{
    text-align: center;
    font-size: 30px;
}
.hlc_title span{
    position: relative;
}
.hlc_title i{
    position: absolute;
    top: 50%;
    display: block;
    z-index: 10001;
    width: 140px;
    height: 2px;
    background-color: rgb(0, 153, 68);
}
.hlc_title i:first-of-type{
    left: -160px;
}
.hlc_title i:last-of-type{
    right: -160px;
}


.main_pagenav{
    text-align: center;
}
.main_pagenav li a{
    border-radius: 0 !important;
    margin: 0px 5px;
    color: rgb(98, 98, 98);
}

.main_pagenav li a:hover,
.main_pagenav li a:focus,
.main_pagenav li.active a,
.main_pagenav li.active a:focus,
.main_pagenav li.active a:hover{
    background-color: rgb(0, 153, 68);
    color: white;
    border-color: rgb(0, 153, 68);
}

